Snapservice Sites Datastores ListItem

Snapservice Sites Datastores ListItem
Snapservice Sites Datastores ListItem

The Snapservice Sites Datastores ListItem schema contains information about a datastore returned by GET /snapservice/sites/{site}/datastores operation

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "datastore": "string",
    "info": {
        "name": "string",
        "type": "string",
        "free_space": 0,
        "capacity": 0,
        "hierarchy": [
            "string"
        ]
    }
}
string
datastore
Required

Identifier of the datastore.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore.

info
Required

Information regarding the datastore.

This property was added in vSphere API 9.1.0.0.